home *** CD-ROM | disk | FTP | other *** search
/ Freelog 51 / Freelog051.iso / Bas / Inutilitaire / DontKid / Don-t-Do-That-With-A-Kid.exe / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Text File  |  2001-07-05  |  132b  |  9 lines

  1. on(release){
  2.    getUrl("/bmcontrol/sendasminimagic", "_self");
  3.    nextFrame();
  4.    tellTarget("/")
  5.    {
  6.       stop();
  7.    }
  8. }
  9.